projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
efc4677
)
pinctrl: Kconfig: fix missing include of rockchip/Kconfig
author
Philipp Tomsich
<
[email protected]
>
Fri, 1 Feb 2019 14:15:38 +0000
(15:15 +0100)
committer
Philipp Tomsich
<
[email protected]
>
Fri, 1 Feb 2019 15:59:14 +0000
(16:59 +0100)
After the merge of the new, generic pinctrl-code, the include for
rockchip/Kconfig was missing. Add it here, so we can select the
pinctrl-driver for SPL.
Signed-off-by: Philipp Tomsich <
[email protected]
>
drivers/pinctrl/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/pinctrl/Kconfig
b/drivers/pinctrl/Kconfig
index c2ae75825fdeaa55fe1c9ae9ae63f9f6bcfd81ce..be709f73d7dfe55d5f1d4e09e3a898fce16ca2e5 100644
(file)
--- a/
drivers/pinctrl/Kconfig
+++ b/
drivers/pinctrl/Kconfig
@@
-228,6
+228,7
@@
source "drivers/pinctrl/mscc/Kconfig"
source "drivers/pinctrl/mvebu/Kconfig"
source "drivers/pinctrl/nxp/Kconfig"
source "drivers/pinctrl/renesas/Kconfig"
+source "drivers/pinctrl/rockchip/Kconfig"
source "drivers/pinctrl/uniphier/Kconfig"
endmenu